The following tables list the members exposed by KeyedObservableCollection<TItem,TKey>.
Name | Description | |
---|---|---|
KeyedObservableCollection<TItem,TKey> Constructor | Initializes a new KeyedObservableCollection<TItem,TKey> |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Item | Returns the item with the specified key. |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
ContainsKey | Indicates if an item with the specified key exists within the collection. | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
IndexOfKey | Returns the index of the item with the specified key or null if none exists. | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<TItem>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
TryGetItem | Gets the item with the specified key |
Name | Description | |
---|---|---|
BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<TItem>) | |
CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<TItem>) | |
ClearItems | Overridden. Removes all the items from the collection. | |
InsertItem | Overridden. Inserts a new item at the specified index in the collection. | |
MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<TItem>) | |
OnCollectionChanged | Overridden. Raises the CollectionChanged event. | |
OnPropertyChanged | Overridden. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. | |
RemoveItem | Overridden. Removes an item at the specified index. | |
SetItem | Overridden. Replaces an item at the specified index in the collection |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<TItem>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<TItem>) |